home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1992 June: ROMin Holiday / ADC Developer CD (1992-06) (''ROMin Holiday'')_iso / Developer Connection - 06-1992.iso / Development Platforms / Apple II / Essentials / APW.ORCA.Cmds / Gregs.APW.Utils / Documentation / Eject < prev    next >
Encoding:
Text File  |  1990-07-19  |  1.7 KB  |  50 lines  |  [TEXT/pdos]

  1. Eject -- Eject volumes
  2.  
  3. Syntax      Eject volume...
  4.  
  5. Description Flushes the volume and then ejects it if it resides in a drive with
  6.             removeable media.  'volume' may be specified in one of three ways.
  7.  
  8.             If specified as a decimal number, the utility assumes it to be a
  9.             device number. It then attempts to eject the media from that
  10.             device.
  11.  
  12.             If 'volume' starts with a period (.) character, the argument is
  13.             assumed to be a device name, which is then used to eject the media.
  14.  
  15.             If 'volume' starts with a '/' or ':', the argument is assumed to be
  16.             the name of a currently mounted volume.  The utility will determine
  17.             which device the volume is currently mounted in, and then eject the
  18.             media from that device.
  19.  
  20.             Any number of volumes may be specified on the command line.
  21.  
  22.             This utility may also be used to unmount any file servers that are
  23.             currently mounted.  See the description of the Choose utility.
  24.  
  25. Input       None.
  26.  
  27. Output      None.
  28.  
  29. Diagnostics Error messages are written to diagnostic output.
  30.  
  31. Status      The following status codes may be returned:
  32.  
  33.             0   The disk was successfully ejected.
  34.             1   Syntax error.
  35.             2   An error occurred.
  36.  
  37. Options     None.
  38.  
  39. Examples    Eject /My.Data
  40.  
  41.             Determines which device the volume /My.Data is currently mounted
  42.             in, and then ejects the media if it can be ejected.
  43.  
  44.             Eject :File.Server 2
  45.  
  46.             First unmounts the file server named :File.Server, and then ejects
  47.             any media in the second device in the device list.
  48.  
  49. See Also    Descriptions for the Choose and Online utilities.
  50.